PictureTile

data class PictureTile(x: Double, y: Double, picture: String)

Serialized fragment of layer picture along with its offset within the layer.

Constructors

PictureTile
Link copied to clipboard
fun PictureTile(x: Double, y: Double, picture: String)

Properties

picture
Link copied to clipboard
val picture: String
Base64-encoded snapshot data.
x
Link copied to clipboard
val x: Double
Offset from owning layer left boundary
y
Link copied to clipboard
val y: Double
Offset from owning layer top boundary

Sources

jvm source
Link copied to clipboard